go/types.constDecl.iota (field)

4 uses

	go/types (current package)
		decl.go#L351: 		iota      int
		decl.go#L397: 					f(constDecl{spec: s, iota: iota, typ: last.Type, init: last.Values, inherited: inherited})
		decl.go#L823: 				obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(d.iota)))
		resolver.go#L341: 					obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(d.iota)))